.carousel-left-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -1px;
  width: 75%;
}

.left-desc p {
  font-size: 16px;
  line-height: 24px;
}

.see-more a {
  color: var(--color-petrol);
  text-decoration: none;
  font-size: 20px;
  line-height: 32px;
}

.see-more img {
  width: 25px;
}

.img-desc {
  width: 90%;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .see-more {
    position: absolute;
    height: 20%;
    margin: 0 15px;
    padding: 10px 0;
    right: 0;
    min-width: max-content;
    text-align: right;
  }
  .see-more a {
    font-size: 16px;
    line-height: 24px;
  }
  .see-more img {
    width: 15px;
  }
  .carousel-left-title {
    font-size: 48px;
    line-height: 56px;
    width: 70%;
  }
}
